home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00044_setUpSim.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  208 b   |  11 lines

  1. global gSimObject, gTruckObject, gDebug
  2.  
  3. on exitFrame
  4.   if the status of gTruckObject = #animating then
  5.     do(the animationScript of gTruckObject)
  6.     go(the frame)
  7.   else
  8.     setup(gSimObject)
  9.   end if
  10. end
  11.